[@butcher]
{
#IF
checknamelist questbutcher2.txt
#ACT
goto @main00
#ELSEACT
goto @main00

[@main1]
#IF
checknamelist ../MapQuest_def/angeldevil/devilset.txt
#ACT
goto @devil
break

#IF
checknamelist ../MapQuest_def/angeldevil/angel1.txt
#ACT
goto @angel
break

#elseact
goto @main01

[@main01]
How can I help you?\ \
 <Sell/@sell> Meat\
 <Ask/@meathelp> about Meat\
 <Quest/@quest> information\
 <Exit/@exit>\

[@main0]
#IF
checknamelist ../MapQuest_def/angeldevil/devilset.txt
#ACT
goto @devil
break

#IF
checknamelist ../MapQuest_def/angeldevil/angel1.txt
#ACT
goto @angel
break

#ELSEACT
goto @main00

[@devil]
<Devil Protection> - <You have been threatened!/@dummy>\
Stay away from me, i aint having no meat off you!\
<exit/@exit>

[@angel]
<Angel Mode/@dummy> - <A bright glow is around you!>\
<Angel/@dummy> huh, more and more wonderful each time i see you!\  \
 <Sell/@sell> Meat\
 <Ask/@meathelp> about Meat\
 <Exit/@exit>\

[@main00]
How can I help you?\ \
 <Sell/@sell> Meat\
 <Ask/@meathelp> about Meat\
 <Exit/@exit>\

[@quest]
#IF
checknamelist questbutcher1.txt
#ACT
goto @questdone
break

#IF
checknamelist questbutcher.txt
#ACT
goto @questdoing
break

#IF
checknamelist questbutcher2.txt
#ACT
goto @completed
break

#IF
checklevelex > 11
#ACT
goto @quest1
break

#ELSEACT
goto @quest1.0

[@quest1.0]
Hello, so sad being alone in the world.\
<exit/@exit>

[@quest1]
Hello, my name is the butcher lady, sadly i lack confidence and\
most men dont find me attractive, but there is a special person\
in my heart who i just find soooo cute, so i was wondering if\
you can just give him a little hint that i am interested please\
so take this JERK and give it to my love please, his name is James\
and you can find him in osiris province!!!!\
<Ok i shall do that for you!/@startquest> | <No Sorry/@exit>

[@startquest]
#ACT
Give Jerk
addnamelist questbutcher.txt
goto @questdoing

[@questdoing]
OK Good Luck!!!

[@questdone]
#ACT
give gold 100000
delnamelist questbutcher1.txt
addnamelist questbutcher2.txt
goto @completed

[@completed]
Thank you thank you! We have a date this weekend!\
<exit/@exit>

[@sell]
We buy all kinds of Meat!\
What would you like to sell?\ \
 <Back/@main>

[@meathelp]
Meat can be gained from Hens, deer, sheep, and wolves.\
To get meat from any of the above, first of all kill the animal.\
Once you have killed it, press the ALT button, while left clicking\
on the dead body for a few seconds.\
You should then see a piece of meat appear in your inventory.\
Using magic to kill an animal burns the meat, reducing its quality.\ \
 <Back/@main>

[goods]
Meat		5	5
Chicken		5	5
}
